DataGrid.selectBodyCell Method
Select a cell in the table body by given row and column indexes.
Parameters
- rowIndex
-
Type: Number (Integer)
Column index for the cell to select.
- columnIndex
-
Type: Number (Integer)
Column index for the cell to select.
- clearPrevious
-
Type: Boolean
True to clear the previous selection.
Optional: True
Remarks
Cells not currently loaded into the table in the browser cannot be selected using this method.